Skip to content

feat: s/athena-client/resolver-athena-client/g#19

Merged
snus-kin merged 4 commits into
mainfrom
feature/rename-project
Sep 10, 2025
Merged

feat: s/athena-client/resolver-athena-client/g#19
snus-kin merged 4 commits into
mainfrom
feature/rename-project

Conversation

@snus-kin

@snus-kin snus-kin commented Sep 9, 2025

Copy link
Copy Markdown
Contributor

rename athena-client to resolver-athena-client

@snus-kin snus-kin force-pushed the feature/rename-project branch from 0b5a815 to 56c20ef Compare September 9, 2025 10:00
@snus-kin snus-kin requested a review from Copilot September 9, 2025 10:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the package from athena-client to resolver-athena-client to better reflect its purpose and ownership. The change involves updating all import statements, package configurations, and documentation references to use the new package name.

Key Changes:

  • Package name changed from athena_client to resolver_athena_client
  • Updated all import statements across tests, source code, and examples
  • Modified build scripts and configuration files

Reviewed Changes

Copilot reviewed 51 out of 64 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pyproject.toml Updated package name and configuration references
src/resolver_athena_client/ All source code imports updated to new package name
tests/ All test imports updated to new package name
examples/ Example code imports updated to new package name
docs/ Documentation updated with new package references
scripts/compile_proto.sh Build script updated for new package structure
.github/workflows/ci.yml CI configuration updated for new package paths
Comments suppressed due to low confidence (4)

src/resolver_athena_client/version.py:1

  • The version lookup still references "athena_client" but should use "resolver-athena-client" to match the new package name in pyproject.toml.
"""Single point of truth for the version of the package."""

docs/installation.rst:1

  • The installation command still references the old package name "athena-client" but should use "resolver-athena-client" to match the new package name.
Installation Guide

docs/installation.rst:1

  • The pip installation command still references the old package name "athena-client" but should use "resolver-athena-client".
Installation Guide

docs/installation.rst:1

  • The coverage path still references the old package structure "src/athena_client" but should use "src/resolver_athena_client".
Installation Guide

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread docs/conf.py Outdated
Comment thread docs/installation.rst Outdated
Comment thread docs/api/client.rst Outdated
snus-kin and others added 3 commits September 9, 2025 11:05
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@snus-kin snus-kin enabled auto-merge (squash) September 9, 2025 10:13
@snus-kin snus-kin merged commit 57cd828 into main Sep 10, 2025
11 checks passed
@snus-kin snus-kin deleted the feature/rename-project branch September 10, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants